.navZk {
    width: 100%;
    min-width: 150px;
    position: absolute;
    left: 0;
    bottom: 20px;
    transform: translateY(100%);
    padding-top: 20px;
    z-index: 999;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    display: none;
}

.navZkBox {
    border-top: 1px solid #eee;
    background: rgba(255, 255, 255, 1);
    padding: 30px 5% 40px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

/* .navZkBox::after {
    content: '';
    width: 22%;
    height: 100%;
    background: #f6f6f6;
    position: absolute;
    left: 0;
    top: 0;
} */

.navZkL {
    width: 25%;
    padding-right: 2%;
    border-right: 1px solid #eee;
    min-height: 620px;
    position: relative;
    z-index: 2;
}

.navZkL_li span {
    padding: 12px 20px;
    font-size: 18px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* border-bottom: 1px solid #d0d0d0; */
    cursor: pointer;
    transition: all .48s;
}

.navZkL_li span svg {
    width: 18px;
    height: 18px;
    transition: all .48s;
}

.navZkL_li span svg path {
    fill: #333;
}

.navZkL_li.on {
    background: #f2f2f2;
}

.navZkL_li.on span {
    color: #7abe43;
}

.navZkL_li.on svg path {
    fill: #7abe43;
}




/*  */
.navSan {
    padding-top: 20px;
    width: 100%;
    display: none;
}

.navZk a {
    font-size: 16px;
    display: block;
    color: #666 !important;
    margin-bottom: 10px;
}

.navZk a.on {
    color: #7abe43 !important;
}


.navZkXq {
    width: 77%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.navZkXq::after {
    content: '';
    width: calc(33.33% - 40px);
}

.navZkXq a {
    width: calc(33.33% - 40px);
    padding: 22px 0;
    margin-bottom: 0 !important;
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e0e0e0 !important;
    cursor: pointer;
    transition: all .48s;
    position: relative;
}

.navZkXq a svg {
    width: 14px;
    height: 14px;
    transition: all .48s;
    order: -1;
    margin-right: 10px;
    transition: all .48s;
}

.navZkXq a svg path {
    fill: #333;
}

.navPro a:hover {
    color: #7abe43 !important;
}

.navPro a:hover svg {
    margin-right: 20px;
}

.navPro a:hover svg path {
    fill: #7abe43;
}

/* ===================solZk */
.navZk_item {
    width: calc(33.33% - 40px)
}

.navZk_item a {
    width: 100%;
}

.navZk_div {
    width: 100%;
    display: block;
}

.navSol {
    align-items: flex-start;
}

.navSol a {
    font-size: 18px;
    justify-content: space-between;
}

.navSol a svg {
    order: initial;
    margin-right: 0;
}

.navZk_div span {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    color: #666;
    padding: 22px 0;
    border-bottom: 1px solid #d0d0d0 !important;
}

.navZk_div svg {
    width: 16px;
    height: 16px;
    /* transform: rotate(90deg); */
    transition: all .48s;
}

.navZk_div span.on {
    color: #7abe43;
}

.navZk_div span.on svg {
    transform: rotate(90deg);
}

.navZk_a {
    padding-top: 20px;
    display: none;
}

.navZk_a a {
    width: 100%;
    display: block;
    padding: 0 0;
    font-size: 16px;
    border-bottom: none !important;
    margin-bottom: 10px !important;
    color: #999 !important;
}

.navZk_a a:hover {
    color: #7abe43 !important;
}

/*  */
.navZk_sm {
    width: auto;
    left: auto;
    transform: translate(-22%, 100%);
}

.navZk_all {
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 10px 10px 5px;
    border-top: 1px solid #e0e0e0;
}

.navZk_all a:hover {
    color: #7abe43 !important;
}

.navZk_img .navZkR_r {
    width: 65%;
    padding-left: 0;
    border-left: none;
    padding-right: 5%;
    border-right: 1px solid #eee;
}

.navZkR_img {
    width: 30%;
}

.navZkR_img img {
    width: 100%;
}
.navZkR {
    width: 64%;
    position: absolute;
    left: 30%;
    top: 30px;
}

.navZkRItem {
    width: 100%;
    display: none;
}

.navZkRItem:first-child {
    display: block;
}

.navZkRItem_box {
    display: flex;
    justify-content: space-between;
}

.navZkR_l {
    width: 35%;
    padding-right: 5%;
}

.navZkR_r {
    width: 65%;
    padding-left: 5%;
    border-left: 1px solid #eee;
}

.navZkR_lItem {
    display: none;
    height: 580px;
    overflow-y: scroll;
    padding-right: 10%;
}

.navZkR_lItem:first-child {
    display: block;
}

.navZk .boxli {
    display: flex;
    align-items: center;
    padding: 30px;
    margin-bottom: 0;
    border-bottom: 1px dashed #eee !important;
}

.navZk .boxli.on {
    background: #f2f2f2;
}

.boxli img {
    width: 50px;
    margin-right: 40px;
}


.boxli span {
    font-size: 18px;
    color: #333;
    display: block;
    margin-bottom: 5px;
}

.boxli p {
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}


.indBan {
    width: 100%;
    height: 100vh;
}

.indBanBox {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 999;
}

.indBan_xq {
    width: 100%;
    height: 100%;
}

.indBanBox .swiper-container {
    width: 100%;
    height: 100%;
}

.indBanImg {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.img_m {
    display: none;
}

.banImg {
    width: 100%;
    height: 100%;
    position: relative;
}

.banImg::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .48);
    position: absolute;
    left: 0;
    top: 0;
}

.banImg img,
.banImg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    transition: all 6s;
}

.banText {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
}

.banText span {
    display: block;
    color: #fff;
    font-size: 72px;
    letter-spacing: 4px;
    text-transform: uppercase;
    /* font-weight: 600; */
    line-height: 1.4;
    margin-bottom: 10px;
}

.banText p {
    color: #fff;
    font-size: 32px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 40px;
}

.banText .More a {
    padding: 14px 50px;
    font-size: 16px;
}

.indBan .swiper-pagination {
    bottom: 30px;
}

.indBan .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    border-radius: 4px;
    background: #fff;
    opacity: .48;
}

.indBan .swiper-pagination-bullet::after {
    content: '';
    width: 0%;
    height: 100%;
    border-radius: 4px;
    background: #7abe43;
    position: absolute;
    left: 0;
    top: 0;
}

.indBan .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    animation: Width 16s linear forwards;
}

.indBan .swiper-pagination-bullet-active {
    opacity: 1;
}

.indBan .swiper-slide-active .banImg img {
    transform: scale(1);
}

/*  */
.js_indBan {
    width: 40%;
    position: absolute;
    left: 5%;
    bottom: 15%;
    z-index: 2;
}

.js_indBan .swiper-pagination {
    position: initial;
    width: 100%;
    height: 1px;
    margin-bottom: 90px;
    text-align: left;
}

.js_indBan .swiper-pagination-bullet {
    width: 140px;
    height: 2px;
    background: rgb(247 248 249 / 50%);
    position: relative;
}

.js_indBan .swiper-pagination-bullet::after {
    content: '';
    width: 0%;
    height: 100%;
    background: #7abe43;
    position: absolute;
    left: 0;
    top: 0;
}

.js_indBan .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    content: '';
    width: 0;
    height: 100%;
    background: rgb(247 248 249 / 90%);
    position: absolute;
    left: 0;
    top: 0;
    animation: Width 6s linear forwards;
}

@keyframes Width {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.banBut {
    display: flex;
    width: 292px;
    justify-content: space-between;
    transition: all .48s;
    position: relative;
}

.banBut::after {
    content: '';
    width: 1px;
    height: 60%;
    border-left: 1px solid rgb(255 255 255 / 30%);
    position: absolute;
    left: 50%;
    top: 20%;
}

.banBut a {
    display: flex;
    align-items: center;
}

.banBut a span {
    display: block;
    color: rgb(255 255 255 / 80%);
    line-height: 1.4;
    font-size: 18px;
    margin: 0 15px;
}

.banBut a img {
    width: 20px;
}

.indBan .swiper-slide-active .indBanImg img {
    transform: scale(1);
}

.indBan_a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
}

.indBan_a.prev {
    left: 2%;
}

.indBan_a.next {
    right: 2%;
}

.indBan_a img {
    width: 40px;
}





.indHx {
    width: 100%;
    /* height: 950px; */
    /* background-image: url(./images/indHx_bg.png);
    background-repeat: no-repeat;
    background-size: cover; */
    position: relative;
}

.indHx_bg {
    width: 100%;
    position: relative;
    padding-top: 52%;
    overflow: hidden;
}

.indHx_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.indHx .Tit {
    width: 25%;
    z-index: 2;
    position: absolute;
    left: 8%;
    top: 10%;
}

.indHx .Tit p {
    line-height: 1.6;
    
}

.indHx .inner {
    height: 100%;
}

.indHxBox {
    width: 84%;
    height: 100%;
    position: absolute;
    left: 8%;
    top: 0;
    z-index: 2;
}

.indHxImg {
    width: 55.3%;
    position: absolute;
    left: 50%;
    top: 47%;
    transform: translateX(-50%);
    perspective: 1000px;
    transform-style: preserve-3d;
}

.indHxImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* animation: dong 14s linear infinite; */
}

@keyframes dong {
    0% {
        transform: rotateY(0);
    }

    100% {
        transform: rotateY(360deg);
    }
}

.indHx_li {
    cursor: pointer;
    position: absolute;
}

.indHx_li img {
    width: 100%;
}

.indHx_liA {
    left: 8%;
    top: 49%;
}

.indHx_liB {
    right: 22%;
    top: 32%;
}

.indHx_liC {
    right: 5%;
    bottom: 17%;
}

.indHx_li p {
    width: 206px;
}

.indHx_li i {
    display: block;
    width: 130px;
    height: 85px;
    position: absolute;
    right: 7%;
    top: -38px;
}

.indHx_li i img {
    width: 100%;
    height: 70%;
    position: absolute;
    left: 0;
    bottom: 5%;
}

.indHx_li i img {
    animation: shan 4s linear infinite;
    /* height: 70%;
    bottom: 5%;
    opacity: .1;
    transition: all 2s; */
}

.indHx_li:hover i img {
    height: 100%;
    bottom: 0%;
    opacity: .58;
}

@keyframes shan {
    0% {
        height: 70%;
        bottom: 5%;
        opacity: .1;
    }

    50% {
        height: 100%;
        bottom: 0%;
        opacity: .48;
    }

    100% {
        height: 70%;
        bottom: 5%;
        opacity: .1;
    }
}

.indHx_liC i {
    right: initial;
    left: 3px;
}


.indHx_li span {
    display: block;
    width: 72px;
    position: absolute;
    right: 20%;
    top: -70px;
    animation: sx 2s linear infinite;
}

.indHx_liC span {
    right: initial;
    left: 15%;
}

@keyframes sx {
    0% {
        transform: scale(0.7);
    }

    50% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(0.7);
    }
}

.indHx_li b {
    display: block;
    color: #019aff;
    font-size: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
    white-space:nowrap; 

}

.indHx_liC b {
    right: initial;
    left: 10%;
}

/*  */

.indHx_ai {
    width: 19%;
    position: absolute;
    left: 50%;
    top: 22%;
    transform: translateX(-50%);
    z-index: 2;
    perspective: 1000px;
    transform-style: preserve-3d;
}

.indHx_ai img {
    width: 100%;
    animation: zhuan 15s linear infinite;
}

@keyframes zhuan {
    0% {
        transform: rotateY(-45deg) scale(0.9) translateY(10px);
    }

    25% {
        transform: rotateY(0) scale(1) translateY(0px);
    }

    50% {
        transform: rotateY(45deg) scale(0.9) translateY(10px);
    }

    75% {
        transform: rotateY(0) scale(1) translateY(0);
    }

    100% {
        transform: rotateY(-45deg) scale(0.9) translateY(10px);
    }
}

.indHx .Tit {
    z-index: 9;
}

.indHx .Tit .More {
    margin-top: 40px;
}




.indPro {
    position: relative;
}

.indPro .Tit1 {
    padding-top: 108px;
    margin-bottom: 60px;
    z-index: 2;
}

.indProBox {
    display: flex;
    width: 100%;
    /* height: 43.6vw; */
    height: 82vh;
    overflow: hidden;
    position: relative;
}

.indProItem {
    position: relative;
    flex: 1 1 33rem;
    /* will-change: auto; */
    /* border-right: 1px solid rgb(255 255 255 / 20%); */
    transition: all 1s;
    z-index: 1;
    cursor: pointer;
}

.indPro_wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.indProItem:last-child {
    border-right: none;
}

.indProImg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.indProImg::after {
    content: '';
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, .28); */
    background: linear-gradient(360deg, rgb(55 90 29 / 80%) 0, rgba(10, 35, 73, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
}

.indProImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indProText {
    width: 630px;
    padding: 0 95px;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15%;
    transition: all .48s;
}

.indProText span {
    color: #fff;
    font-size: 36px;
    display: block;
    margin-bottom: 5px;
}

.indProText p {
    font-size: 18px;
    color: #fff;
    min-height: 45px;
    margin-bottom: 30px;
}

/* ======= */


.indProZk {
    width: 100%;
    height: 100%;
    width: 68vw;
    padding: 128px 0;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    opacity: 0;
    z-index: -1;
    transition: all .68s;
}

.indProZk .Tit2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.indProZk .Tit2 span {
    font-size: 36px;
}

.indProZk .Tit2 p {
    font-size: 21px;
}


/* ==== */
.indProBox.on .indProText {
    opacity: 0;
}

.indProItem:hover {
    flex: 1 0 77vw;
}

/* .indProItem.on {
    flex: 1 0 82vw;
} */

.indProItem:hover .indPro_wrapper {
    z-index: 0;
}

.indProItem:hover .indProZk {
    opacity: 1;
    z-index: 2;
}

/* .indProItem.on .indProZk {
    opacity: 1;
    z-index: 2;
} */

.indProItem:nth-child(1):hover .indProImg::after {
    background: linear-gradient(107deg, rgb(0 0 0 / 80%) 20%, rgba(10, 35, 73, 0) 100%);
}

.indProItem:nth-child(2):hover .indProImg::after {
    background: linear-gradient(107deg, rgb(28 77 106 / 80%) 20%, rgba(10, 35, 73, 0) 100%);
}

.indProItem:nth-child(3):hover .indProImg::after {
    background: linear-gradient(107deg, rgb(55 90 29 / 80%) 20%, rgba(10, 35, 73, 0) 100%);
}

/* .indProItem.on .indProImg::after {
    background: linear-gradient(107deg, #375a1d 20%, rgba(10, 35, 73, 0) 100%);
} */

.indProItem:hover .indProText {
    opacity: 0;
}

.dang {
    width: 100%;
    height: 60%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.indProItem:hover {
    z-index: 3;
}











.indHz {
    overflow: hidden;
}

.indHzBox {
    display: flex;
    justify-content: space-between;
}



.indHzBoxCen {
    width: 36%;
}

.indHzBoxCen .swiper-container {
    padding: 30px;
}

.indHzBoxCen .swiper-slide {
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .08);
    height: auto;
}

.indHzImg {
    width: 100%;
    border-radius: 8px 8px 0 0;
    position: relative;
    padding-top: 56%;
}

.indHzImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
    position: absolute;
    left: 0;
    top: 0;
}

.indHzText {
    border-radius: 0 0 8px 8px;
    background: #fff;
    text-align: center;
    padding: 50px 100px 60px;
}

.indHzText span {
    display: block;
    font-size: 28px;
    margin-bottom: 20px;

    opacity: 0;
    transform: translateY(50px);
    transition: all .68s;
}

.indHzText p {
    font-size: 16px;
    color: #666;
    opacity: 0;
    transform: translateY(50px);
    transition: all .68s;
}

.swiper-slide-active .indHzText p,
.swiper-slide-active .indHzText span {
    opacity: 1;
    transform: translateY(0);
}

.indHzBoxCen .swiper-pagination {
    position: initial;
    margin-top: 8px;
}

.indHzBoxCen .swiper-pagination-bullet {
    width: 40px;
    height: 3px;
    background: #dcdedd;
    position: relative;
}

.indHzBoxCen .swiper-pagination-bullet::after {
    content: '';
    width: 0%;
    height: 100%;
    background: #7abe43;
    position: absolute;
    left: 0;
    top: 0;
}

.indHzBoxCen .swiper-pagination-bullet-active::after {
    animation: wid6 8s linear forwards;
}

@keyframes wid6 {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@-webkit-keyframes wid6 {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

/*  */

.indHzBoxL {
    width: 32%;
    padding-left: 40px;
    display: flex;
}

.indHzBoxL_item {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.indHzBoxL .indHzBoxL_item {
    padding-right: 40px;
}

.indHzBoxR .indHzBoxL_item {
    padding-left: 40px;
}

.indHzBoxL_item .indHzBoxL_li:nth-child(2) {
    transform: translateX(20px);
}

.traL.indHzBoxL_li:nth-child(2) {
    transform: translateX(-20px);
}

.traR.indHzBoxL_li:nth-child(2) {
    transform: translateX(20px);
}


.indHzBoxL_li {
    width: 100%;
    margin-bottom: 60px;
}

.indHzBoxL_li .swiper-container {
    width: 100%;
    height: 100%;
}

.indHzBoxL_li:last-child {
    margin-bottom: 0;
}

.indHzBoxL_li .swiper-slide {
    padding: 5px;
    opacity: 0 !important;
}

.indHzBoxL_li .swiper-slide-active {
    opacity: 1 !important;
}

.indHzBoxL_liImg {
    width: 100%;
    height: 100%;
    /* box-shadow: 0 0 4px rgba(0, 0, 0, .08); */
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 10px;
    position: relative;
}


.indHzBoxL_li.w1 {
    width: 168px;
    height: 168px;
}

.indHzBoxL_li.w2 {
    width: 140px;
    height: 140px;
}

.indHzBoxL_li.w3 {
    width: 136px;
    height: 136px;
}

.indHzBoxL_li.w4 {
    width: 120px;
    height: 120px;
}

.indHzBoxL_li.w5 {
    width: 95px;
    height: 95px;
}

.indHzBoxL_li.col1 .indHzBoxL_liImg {
    background: #070707;
}

.indHzBoxL_li.col2 .indHzBoxL_liImg {
    background: #029899;
}

.indHzBoxL_li.col3 .indHzBoxL_liImg {
    background: #ff6400;
}

.indHzBoxL_li.col4 .indHzBoxL_liImg {
    background: #048842;
}

.indHzBoxL_li.col5 .indHzBoxL_liImg {
    background: #2a3354;
}

.indHzBoxL_liImg img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: contain;
    position: absolute;
    left: 0;
    top: 0;
}

/*  */

.indHzBoxR {
    width: 32%;
    padding-right: 40px;
    display: flex;
}

.indHzBoxR .indHzBoxL_item:last-child .indHzBoxL_li {
    margin-bottom: 20px;
}








.indNew {
    width: 100%;
    background-image: url(../images/indNew_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* .indNew::after {
    content: '';
    width: 24%;
    height: 100%;
    background: #e4e8e3;
    position: absolute;
    left: 0;
    top: 0;
} */

.indNewBox {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.indNewR {
    width: 75%;
}

.indNewItem {
    border-top: 1px solid #afb5bc;
    position: relative;
}

/* .indNewItem::after {
content: '';
width: 0;
height: 1px;
background: #7abe43;
position: absolute;
left: 0;
top: -1px;
transition: all 1s;
} */

.indNewText {
    padding: 30px 0 0px;
    display: block;
}

.indNewText i {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #7abe43;
    margin-bottom: 5px;
}

.indNewText i svg {
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

.indNewText i svg path {
    fill: #7abe43;
}

.indNewText span {
    display: block;
    width: 90%;
    font-size: 18px;
    margin-bottom: 40px;
}

.indNewText b {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
}

.indNewText b svg {
    width: 14px;
    height: 14px;
    margin-left: 2px;
}

.indNewImg {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 63%;
}

.indNewImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .48s;
}

/*  */
.indNewL {
    width: 20%;
    position: relative;
}

.indNew_ul {
    width: 100%;
    margin-top: 60px;
}

.indNew_ul span {
    display: block;
    color: #999;
    padding: 10px 0;
    font-size: 18px;
    cursor: pointer;
    transition: all .48s;
}

.indNew_ul span.on {
    color: #7abe43;
    font-size: 20px;
}

.indNew_ul span:hover {
    color: #7abe43;
    font-size: 20px;
}

.indNewL .More {
    position: absolute;
    left: 0;
    bottom: 0;
}

.indNewL .More a .img2 {
    display: block;
}

.indNewL .More a .img1 {
    display: none;
}

/* .indNewL .More a {
    background: #7abe43;
    border: none;
    color: #fff;
} */

/*  */
.indNewItem:hover::after {
    width: 100%;
}

.indNewItem:hover b {
    color: #7abe43;
}

.indNewItem:hover svg path {
    fill: #7abe43;
}

.indNewItem:hover .indNewImg img {
    transform: scale(1.1);
}






.indProZk_xq {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.indProZk_xq .More {
    margin: 40px auto 0;
}

.indProItem .kong {
    width: 100%;
    height: 1px;
    margin: 90px 0;
    border-bottom: solid rgb(255 255 255 / 32%);
}

.indPro_ul {
    width: 18%;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: space-between;*/
}

.indPro_ul span {
    display: flex;
    align-items: center;
    color: rgb(255 255 255 / 60%);
    font-size: 21px;
    cursor: pointer;
    position: relative;
    transition: all .48s;
    line-height: 2.5;
}

.indPro_ul span img {
    width: 20px;
    margin-right: 10px;
}

.indPro_ul span.on {
    font-size: 24px;
    color: #fff;
}






.indProXqBox {
    width: 82%;
}

.w100 .indProXqBox {
    width: 100%;
}

.indProXq:first-child {
    display: block;
}

.indProXq {
    display: none;
}

.indPro_imgBox {
    width: 100%;
    /* display: flex; */
    white-space: nowrap;
    overflow: hidden;
}

.indPro_imgBox .swiper-wrapper {
    transition-timing-function: linear;
}

.indProXq_img {
    position: relative;

    display: inline-block;
    width: 18vw;
    height: 11vw;
    margin: 0 1vw;
    overflow: hidden;
    border: 1px solid rgb(255 255 255 / 60%);
}

.indProXq_img::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .48);
    position: absolute;
    left: 0;
    top: 0;
    transition: all .48s;
}

.indProXq_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .48s;
}

.indProXq_img p {
    width: 100%;
    padding: 0 10px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    left: 0;
    bottom: 20px;
    text-align: center;
    z-index: 2;
}

.indProXq_img:hover img {
    transform: scale(1.1);
}

.indProXq_img:hover::after {
    opacity: 0;
}


/*  */
.indPro_imgBox .scroll-content {
    width: max-content;
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: scrollit 25s infinite 0s linear;
    animation: scrollit 25s infinite 0s linear;
    animation-play-state: running;
}

.indProXq:nth-child(1) .indPro_imgBox .scroll-content {
    -webkit-animation: scrollit 40s infinite 0s linear;
    animation: scrollit 40s infinite 0s linear;
    animation-play-state: running;
}

.indPro_imgBox .scroll-content:hover {
    animation-play-state: paused;
}

.indProXq:nth-child(1) .indPro_imgBox .scroll-content:hover {
    animation-play-state: paused;
}

@-webkit-keyframes scrollit {
    0% {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }

    100% {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@keyframes scrollit {
    0% {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }

    100% {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.scroll-item {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}





.sidebar{
    position: fixed;
    z-index: 9999;
    right: 30px;
    bottom: 15%;
   
}
.sBItem{
    position: relative;
    margin-bottom: 20px;
}
.svgBox{
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .08);
}
.svgBox svg{
    width: 30px;
    height: 30px;
}
.svgBox path{
    fill: #7abe43;
}
.sidebar .TBox{
    display: none;
    position: absolute;
    left: -830px;
    width: 800px;
    bottom: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .08);
}
.sidebar .Top{
    padding: 20px;
    font-size: 24px;
    color: #fff;
    background: #7abe43;
    text-align: center;
}
.sidList{
    padding: 20px;
    display: flex;
    justify-content: space-between;
    background: #f7f8f9;
}
.sidItem{
    border-radius: 8px;
    display: none;
    width: 400px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 10px rgb(0, 0, 0,.2) ;
    position: absolute;
    left: -420px;
    top: 50%;
    transform: translateY(-50%);
}
.sidItem .tit{
    font-size: 20px;
    line-height: 1;
    padding: 10px 20px 15px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    text-align: center;
    text-transform: uppercase;
}
.sidItem .TextBox{
    padding: 20px 0 0;
}
.sidItem button{
    width: 100%;
    height: 50px;
    background: #7abe43;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
}
.sidItem .text{
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
}
.sidItem .item{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: baseline;
    flex-direction: column;
}
.sidItem .item:last-child{
    margin-bottom: 0;
}
.sidItem .item span {
    font-size: 14px;
    color: #666;
    text-align: end;
}
.sidItem .item input{
    width: 100%;
    height: 40px;
    padding: 10px;
    font-size: 14px;
    color: #666;
    background: #f7f8f9;
}
.sidItem .item textarea{
    width: 100%;
    height: 100px;
    padding: 10px;
    background: #f7f8f9;
}
.Titem{
    border-radius: 8px;
    width: 300px;
    background: #fff;
    /* display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */
    padding: 30px 20px;
    margin-bottom: 16px;
    box-shadow: 0 0 10px rgb(0, 0, 0,.2) ;
    position: absolute;
    left: -320px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    text-align: center;
}
.Titem:last-child{
    margin-bottom: 0;
}
.Titem .image{
    width: 40px;
    height: 40px;
    margin: 0 auto;
}
.Titem p{
    font-size: 20px;
    color: #666;
    text-align: center;
    margin: 10px 0;
}
.Titem span{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #999;
}
.sidRItem{
    width: calc(50% - 8px);
}
.siDCuo{
    position: absolute;
    right: 20px;
    top: 20px;
}
.siDCuo svg{
    width: 15px;
    height: 15px;
}
.siDCuo path{
   fill: #333;
}
/* .sidRItem .Ritem{
    width: 100%;
    background: #fff;
} */
.Fsidebar{
    display: none;
    position: fixed;
    z-index: 9999;
    right: 30px;
    bottom: 15%;
}
.Fcontact {
    display: none;
    position: fixed;
    top: 0;
    z-index: 100000;
    height: 100%;
    width: 100%;
}
.Fcontact .mask {
    content: ' ';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.4);
    z-index: -1;
}
.Fcontact .title {
    background: #7abe43;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.Fcontact .title svg{
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
}
.Fcontact .title path{
   fill: #fff;
}
.Fcontact .Tbox {
    background: #f2f3f5;
    width: 100%;
    height: calc(100vh - 60px);
    padding: 20px;
}
.Fcontact .FCitem{
    padding: 20px 30px;
    background: #fff;
    margin-bottom: 10px;
}
.Fcontact .FCitem .top{
    padding: 0 0 10px 0;
    text-align: center;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.Fcontact .TextBox {
    padding: 15px 0 0;
}
.FCitem .text {
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
}
.FCitem p {
    font-size: 14px;
    color: #666;
    text-align: center;
}
.FCitem .item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: baseline;
    flex-direction: column;
}
.FCitem .item input {
    width: 100%;
    height: 40px;
    padding: 10px;
    font-size: 14px;
    color: #666;
    background: #f7f8f9;
}
.FCitem .item textarea {
    width: 100%;
    height: 80px;
    padding: 10px;
    background: #f7f8f9;
}
.FCitem button {
    width: 100%;
    height: 50px;
    background: #7abe43;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    margin-top: 15px;
}

@media(max-width:900px){
    .sidebar{
        display: none;
    }
    .Fsidebar{
        display: block;
        right: 10px;
    }
    .svgBox svg{
        width: 25px;
        height: 25px;
    }
    .svgBox{
        padding: 6px;
    }
}